runtime.cpuProfile.extra (field)
7 uses
runtime (current package)
cpuprof.go#L53: extra [1000]uintptr
cpuprof.go#L150: if cpuprof.numExtra+1+len(stk) < len(cpuprof.extra) {
cpuprof.go#L152: cpuprof.extra[i] = uintptr(1 + len(stk))
cpuprof.go#L153: copy(cpuprof.extra[i+1:], stk)
cpuprof.go#L171: p.log.write(nil, 0, hdr[:], p.extra[i+1:i+int(p.extra[i])])
cpuprof.go#L172: i += int(p.extra[i])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |